home *** CD-ROM | disk | FTP | other *** search
/ Secret & Below Interoperability (Unclassified) / Secret_and_Below_Interoperability_Version_1.0_Defense_Information_Systems_Agency_June_2000.iso / Glossary.swf / scripts / DefineButton2_36 / BUTTONCONDACTION on(release).as
Text File  |  2000-03-14  |  144b  |  10 lines

  1. on(release){
  2.    set("links.scroll","1");
  3.    theURL = "";
  4.    tellTarget("_level0")
  5.    {
  6.       letter = "V";
  7.    }
  8.    gotoAndStop(110);
  9. }
  10.